Support for indentation of PHP alternative syntax control structures
authorVincenzo Pupillo <v.pupillo@gmail.com>
Fri, 21 Jun 2024 21:24:33 +0000 (23:24 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 22 Jun 2024 09:42:10 +0000 (12:42 +0300)
commit155cc89de0266e28b68fdecfdc2a0a40b9d79001
tree2259c1664fca0cc3e242a799303d23a643efd122
parent11fb3510f48f3eeeca0bf5622c028c5138ba50f3
Support for indentation of PHP alternative syntax control structures

For some control structures, PHP provides an alternative syntax.
A new rule has been added to handle this syntax.
* lisp/progmodes/php-ts-mode.el (php-ts-mode--indent-styles):
New rule for PHP alternative syntax.  (Bug#71710)
lisp/progmodes/php-ts-mode.el